html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #232429;
}
.intelli {
  position: absolute;
  left: -6000px;
  font-size: 2px;
}
a,
i,
.fa,
.btn,
.btn:hover,
a:hover,
a:focus,
.transition,
#back-to-top:hover {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.img-responsive {
  width: 100%;
}
.img-rounded {
  border-radius: 4px;
}
h3,
h4 {
  line-height: 1.3;
}
a {
  text-decoration: none;
  color: #ef921c;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #ef921c;
}
.overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay2 {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #f89f1b;
  background: linear-gradient(133deg, #f89f1b 0%, rgba(247, 86, 33, 0.99763655) 51%, #a91e1f 100%);
  opacity: .8;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-80 {
  margin-top: 80px;
}
.padding-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.right-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 361px;
  z-index: -1;
}
.left-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 361px;
  z-index: -1;
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.section-sm {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.section-bg {
  background-color: #fdf2e4;
  z-index: -100000;
}
.title {
  font-size: 50px;
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 500;
}
.title span {
  font-size: 55px;
  font-weight: 700;
  color: #ef921c;
}
.sub-title {
  font-size: 40px;
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 500;
}
.sub-title span {
  font-size: 45px;
  font-weight: 700;
  color: #ef921c;
}
.p-lg {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
.btn-primary {
  color: #fff;
  background-color: #ef921c;
  border-color: #ef921c;
  padding: 10px 25px;
  border-radius: 6px;
}
.btn-primary:hover {
  background-color: #e28510;
  border-color: #e28510;
}
.btn-primary:focus {
  background-color: #e28510;
  border: none !important;
  outline: none;
}
@media only screen and (max-width: 991px) {
  .bp {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .title {
    font-size: 38px;
    line-height: 1.3;
    text-align: center;
  }
  .sub-title {
    font-size: 24px;
  }
}
.circle-right .circle-lg {
  width: 350px;
  height: 350px;
  background: #f89f1b;
  background: linear-gradient(133deg, #f89f1b 0%, rgba(247, 86, 33, 0.99763655) 51%, #a91e1f 100%);
  border-radius: 50%;
  opacity: .5;
  position: absolute;
  top: -28%;
  right: -4%;
  z-index: -100000;
}
.circle-right .circle-sm {
  width: 180px;
  height: 180px;
  background: #f89f1b;
  background: linear-gradient(133deg, #f89f1b 0%, rgba(247, 86, 33, 0.99763655) 51%, #a91e1f 100%);
  border-radius: 50%;
  opacity: .5;
  position: absolute;
  top: -10%;
  right: 14%;
  z-index: -100000;
}
.circle-left .circle-lg {
  width: 350px;
  height: 350px;
  background: #f89f1b;
  background: linear-gradient(133deg, #f89f1b 0%, rgba(247, 86, 33, 0.99763655) 51%, #a91e1f 100%);
  border-radius: 50%;
  opacity: .5;
  position: absolute;
  top: -28%;
  left: -4%;
  z-index: -100000;
}
.circle-left .circle-sm {
  width: 180px;
  height: 180px;
  background: #f89f1b;
  background: linear-gradient(133deg, #f89f1b 0%, rgba(247, 86, 33, 0.99763655) 51%, #a91e1f 100%);
  border-radius: 50%;
  opacity: .5;
  position: absolute;
  top: -10%;
  left: 14%;
  z-index: -100000;
}
/*
----------------------------------
3.navbar
----------------------------------
*/
.main-nav {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  border: none;
  background: transparent;
  border-radius: 0px;
}
.main-nav .navbar-brand {
  max-width: 180px;
  padding: 5px 15px;
}
.main-nav .navbar-brand img {
  max-width: 100%;
}
.main-nav .nav li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 11px;
}
.main-nav .nav li a:hover {
  color: #fff;
}
.main-nav .nav .active a {
  background-color: transparent;
  color: #fff;
}
.main-nav .nav .active a:hover {
  background-color: transparent;
  color: #d3671e;
}
.shrink-nav {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff1dd;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #fbcfcf;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.shrink-nav .nav li a {
  color: #d3671e;
}
.shrink-nav .nav li a:hover {
  color: #d3671e;
}
.shrink-nav .nav li:last-of-type > a {
  margin-right: 5px;
}
.shrink-nav .navbar-brand {
  max-width: 130px;
  padding: 5px 15px;
  position: relative;
  top: -13px;
}
.main-nav .navbar-nav > .active > a,
.main-nav .navbar-nav > .active > a:hover {
  background-color: transparent !important;
}
.shrink-nav .navbar-nav > .active > a,
.shrink-nav .navbar-nav > .active > a:hover {
  background-color: #0e0e0e !important;
}
@media only screen and (max-width: 991px) {
  .main-nav .nav li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .main-nav {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #222;
  }
}
/*
----------------------------------
4.banner
----------------------------------
*/
.banner {
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.banner .banner-content {
  font-weight: 400;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}
.banner .banner-content h2 {
  line-height: 1.1;
  font-size: 55px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: 0px;
}
.banner .banner-content h2 span {
  font-weight: 600;
  color: #ef921c;
}
.banner .banner-content p {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}
.banner .scroll-down {
  position: absolute;
  bottom: 60px;
  text-align: center;
  width: 100%;
}
.banner .icon-scroll,
.banner .icon-scroll:before {
  position: absolute;
  left: 50%;
}
.banner .icon-scroll {
  width: 30px;
  height: 48px;
  margin-left: -15px;
  top: 50%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.banner .icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.banner .form-area {
  max-width: 300px;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 40px 30px 45px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}
.banner .form-area h3 {
  color: #ef921c;
  line-height: 1.3;
  font-size: 16px;
  margin-bottom: 14px;
  margin: 0px;
  margin-bottom: 15px;
}
.banner .form-area .btn {
  padding: 6px 28px !important;
  font-size: 16px;
  color: #fff !important;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 500;
}
.banner .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  background: #fff;
  border-color: #ef921c;
}
.banner .form-control {
  padding: 2px 20px;
  height: 36px;
  border-radius: 5px;
  font-size: 17px;
}
.banner .form-group {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .banner .banner-content h1 {
    font-size: 50px;
  }
  .banner .banner-content p {
    font-size: 18px;
  }
}
.phone {
  background: #ef921c;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 10px 30px !important;
  position: relative !important;
  top: 12px !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  left: 8px;
}
.phone:hover {
  background: #337ab7 !important;
}
@media only screen and (max-width: 767px) {
  .banner .banner-content h1 {
    font-size: 32px;
    text-align: center;
  }
  .banner .banner-content {
    top: 46%;
  }
  .banner .form-area {
    padding: 36px 20px 36px;
  }
  .banner .form-area h3 {
    font-size: 15px;
  }
  .section-about .content {
    margin-right: 15px;
    text-align: center;
  }
  .banner .form-area {
    float: inherit !important;
    float: inherit;
  }
}
/*
---------------------
section-about
---------------------
*/
.section-about .content {
  margin-right: 35px;
}
.section-about .content h3 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
}
.section-about .content p span {
  font-size: 18px;
  font-weight: 500;
}
.section-download {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-download .content {
  padding: 70px 50px;
  border: 2px solid #fff;
}
.section-download .content h2 {
  color: #ffffff;
  font-weight: 700;
}
.section-download .content p {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
.section-download .content .btn {
  background: #fff;
  color: #000;
  padding: 14px 32px;
  font-size: 15px;
  color: #b3352e;
  font-weight: 500;
  text-transform: uppercase;
}
.item-features {
  max-width: 360px;
  margin: 0 auto;
  margin-top: 30px;
  background: #fff;
  padding: 18px 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 13px -6px #d6d6d6;
  -moz-box-shadow: 0 10px 13px -6px #d6d6d6;
  box-shadow: 0 10px 13px -6px #d6d6d6;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  min-height: 126px;
  position: relative;
  top: 0;
}
.item-features h3 {
  margin: 0px;
  font-size: 16px;
  line-height: 1.4;
}
.item-features .las {
  font-size: 40px;
  margin-bottom: 5px;
}
.item-features:hover {
  top: -5px;
  -webkit-box-shadow: 0 15px 30px -6px #d6d6d6;
  -moz-box-shadow: 0 15px 30px -6px #d6d6d6;
  box-shadow: 0 15px 30px -6px #d6d6d6;
}
.section-others ul li {
  font-size: 19px;
  margin-bottom: 5px;
}
.section-others ul li .las {
  color: #ef921c !important;
  font-size: 20px;
  margin-right: 5px;
}
/*
---------------------
nav-tab
---------------------
*/
.nav-tabs {
  border-bottom: none;
  font-weight: 500;
  border-bottom: 2px solid #ffc01c;
  display: inline-block;
}
.nav-tabs li {
  display: inline-block;
  float: initial;
  min-width: 148px;
}
.nav-tabs li a {
  margin-left: 2px;
  font-size: 17px;
  color: #000;
}
.nav-tabs li a:hover {
  background-color: #ef921c !important;
  border: 1px solid #ef921c !important;
  border-bottom-color: #ef921c !important;
  font-size: 17px;
  color: #000;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  cursor: default;
  font-size: 17px;
  color: #fff;
  background-color: #ef921c !important;
  border: 1px solid #ef921c !important;
  border-bottom-color: #ef921c !important;
}
.nav-tabs > li > a {
  border-radius: 0px;
  text-align: center;
  padding: 7px 13px !important;
}
.pricing {
  border: 1px solid #fff;
  border-radius: 1px soli;
  margin: 0 auto;
  margin-top: 30px;
  background: #fff;
  padding: 28px 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 13px -6px #d6d6d6;
  -moz-box-shadow: 0 10px 13px -6px #d6d6d6;
  box-shadow: 0 10px 13px -6px #d6d6d6;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  min-height: 126px;
  position: relative;
  top: 0;
  text-align: center;
}
.pricing p {
  font-size: 26px;
}
.pricing .p-lg {
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: 600;
}
.pricing h2 {
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 1;
}
.pricing h2 span {
  font-size: 80px;
}
.pricing:hover {
  top: -10px;
  box-shadow: 0 15px 30px -6px #d6d6d6;
}
.section-contact {
  color: #fff;
  background: #f89f1b;
  background: linear-gradient(160deg, #f89f1b 0%, rgba(247, 86, 33, 0.99763655) 70%, #a91e1f 100%);
}
.section-contact h2 {
  color: #fff;
}
.section-contact .contact {
  min-height: 175px;
  padding: 30px 10px;
  border: 2px solid #fff;
  border-radius: 10px;
}
.section-contact .contact a {
  color: #fff;
}
.section-contact .contact h3 {
  font-size: 32px;
  margin: 0;
  margin-bottom: 10px;
}
.section-contact .contact h4 {
  margin-bottom: 0px;
  font-size: 24px;
}
.section-contact .contact h4 span {
  font-size: 30px;
  font-weight: 600;
}
.section-video {
  background-color: #ffe8cb;
  background-repeat: no-repeat;
  background-size: 500px;
  background-position: top right;
}
.section-video .video-area {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #f1abab;
}
.footer {
  background-color: #222;
  color: #f1f1f1;
  padding-top: 50px;
  padding-bottom: 70px;
}
.footer .widget {
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer .widget h4 {
  color: #f5ba61;
  text-transform: uppercase;
}
.footer .widget h5 {
  font-size: 16px;
  color: #f5ba61;
  margin-bottom: 5px;
}
.footer .widget p {
  margin-bottom: 20px;
}
.footer .widget p.sub {
  font-size: 13px;
  margin-bottom: 5px;
}
.footer .address strong {
  font-size: 14px;
}
.footer .footer-links li {
  margin-bottom: 6px;
}
.footer .footer-links li a {
  color: #f1f1f1;
  display: block;
}
.footer .footer-links li a:hover {
  color: #f5ba61;
}
.footer .logo-marketer {
  max-width: 200px;
}
.footer .footer-logo {
  max-width: 70px;
  margin-bottom: 5px;
}
.footer .img-purti {
  max-width: 100px;
  margin-bottom: 5px;
}
footer {
  padding: 15px;
  margin-bottom: 30px;
}
footer ul {
  margin-bottom: 0px;
}
.footer-sticky {
  position: relative;
  z-index: 100000000000000000000000000000;
  background-color: #a91e1f;
  padding: 10px 10px 8px;
  position: fixed;
  bottom: 0px;
  width: 100%;
}
.footer-sticky ul {
  margin-bottom: 0px;
  color: #fff;
}
.footer-sticky ul li a {
  color: #fff;
}
/*
--------------------
floting circle
--------------------
*/
.transition {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.floating-circle-area {
  position: fixed;
  bottom: 60px;
  right: 30px;
}
.floating-circle-area i {
  font-size: 30px;
  color: #fff;
  line-height: 1.7;
}
.floating-circle-area .floating-circle {
  position: relative;
  z-index: 999;
  width: 50px;
  height: 50px;
  background-color: #ef921c;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  border: 2px solid #fff;
  -webkit-box-shadow: 1px 2px 4px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.floating-circle-area .floating-circle:hover {
  cursor: pointer;
  background: #e28510;
}
.floating-circle-area .floating-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.floating-circle-area .floating-inner:hover {
  transform: scale(1.1);
  -webkit-box-shadow: 1px 2px 7px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 7px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 7px -1px rgba(0, 0, 0, 0.2);
}
.floating-circle-area .floating-email {
  z-index: 998;
  background-color: #ffc93c;
}
.floating-circle-area .floating-email:hover {
  background-color: #ffbf18;
}
.floating-circle-area .floating-phone {
  z-index: 997;
  background-color: #07689f;
}
.floating-circle-area .floating-phone:hover {
  background-color: #05527d;
}
.floating-circle-area .floating-whatsapp {
  z-index: 996;
  background-color: #25D366;
}
.floating-circle-area .floating-whatsapp:hover {
  background-color: #20b557;
}
.floating-open .floating-email {
  bottom: 60px ;
  opacity: 1;
}
.floating-open .floating-phone {
  bottom: 120px;
  opacity: 1;
}
.floating-open .floating-whatsapp {
  bottom: 60px ;
  opacity: 1;
}
.modal h3 {
  color: #a91e1f;
  font-size: 16px;
  margin-bottom: 15px;
}
.modal form {
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 30px;
}
.modal .form-control {
  min-height: 44px;
  background-color: #f9f9f9;
}
.modal .form-control:focus {
  background-color: #fff;
}
.modal-header {
  background-color: #ffc864;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.backTop {
  background-color: #ef921c;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 60px;
  right: 30px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.7;
  border: 2px solid #fff;
  opacity: 0;
}
.backTop:focus {
  color: #fff;
}
.topshow {
  opacity: 1 !important;
}
label.error {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .modal form {
    margin-left: 0px;
    margin-right: 0px;
  }
  .floating-circle-area {
    right: 20px;
  }
  .backTop {
    right: 20px;
  }
  .main-nav .navbar-brand {
    max-width: 92px;
  }
  .shrink-nav .navbar-brand {
    max-width: 100px;
    padding: 15px;
  }
  .shrink-nav {
    border-color: transparent;
  }
  .main-nav .nav li a {
    padding: 10px 15px;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #ffedcc;
  }
  .banner .banner-content h2 {
    text-align: center;
    font-size: 40px;
  }
}
